home *** CD-ROM | disk | FTP | other *** search
/ iBrowse Update Disc / iBrowse Update Disc.iso / distrib / boot / !Boot / RO360Hook / Boot / PreDesktop < prev   
Text File  |  1998-02-05  |  3KB  |  119 lines

  1. |Start Acorn !Boot 0.26 comments
  2. | Pre Desktop setup activities. This file gets Obeyed before the desktop starts.
  3. |
  4. | When modifying the file by adding a section of lines it is recommended that
  5. | the lines be bracketed by lines which start with |Start and |End. In this way
  6. | it is easy to identify sections of line which shouldn't be broken up. For
  7. | application writers who want to install a section of lines we advise that
  8. | your company, application, version and section be identified. This enables
  9. | a future install or update program to easily identify the section of lines
  10. | which needs changing.
  11. |End
  12.  
  13. |Start Acorn WindowManager 3.98 installation
  14. | ------------------------------------------
  15. |
  16. |     Nested Window Manager installation
  17. |
  18. | ------------------------------------------
  19. |
  20. | Load the Window Manager from !System, then ensure that we have all
  21. | the necessary sprites etc present.
  22. |
  23. If "<BootResources$Path>"="" Then Set BootResources$Path Boot:Resources.
  24. If "<Boot$OSVersion>"="3.50" Then SetMacro Run$Path ,%.,Boot:Library.
  25. If "<Boot$OSVersion>"="3.50" Then Set Boot$OSVersion 350
  26. If "<System$Path>"="" Then Run BootResources:!System
  27. RMEnsure WindowManager 3.98 Set WindowManager$Path BootResources:Wimp.,Resources:$.Resources.Wimp.
  28. RMEnsure WindowManager 3.98 Run WindowManager:LoadWimp
  29. If Boot$OSVersion < 350 Then RMEnsure DragASprite 0.10 RMLoad System:Modules.DragASprit
  30. If Boot$OSVersion < 350 Then IconSprites BootResources:Wimp.310Spr
  31. |End
  32.  
  33. |Start Acorn !Boot 0.26 Aliases
  34. | -------------------
  35. |
  36. |       Aliases
  37. |
  38. | -------------------
  39. |
  40. | Add more command aliases here.
  41. |
  42. | Here are some examples that might be added:
  43. | Alias Basic Basic64 %%*0
  44. | Alias Mode Echo |<22>|<%%0>
  45. |
  46. Set Alias$Alias Set Alias$%%0 %%*1
  47. Alias UnAlias Unset Alias$%%0
  48. Alias Path Set %%0$Path %%1
  49. Alias PathMacro SetMacro %%0$Path %%1
  50.  
  51. Alias Repeat /Repeat %%*0
  52. Alias Logon SafeLogon %%*0
  53. Alias Desktop_SetPalette ||%%*0
  54. |End
  55.  
  56. |Start Acorn !Boot 0.26 Paths
  57. | -------------------
  58. |
  59. |       Paths
  60. |
  61. | -------------------
  62. |
  63. | Add more paths here.
  64. |
  65. | The macros Path and PathMacro are available:
  66. | Path <name> <path>            sets <name>$Path to <path> GSTransed.
  67. | PathMacro <name> <path>       sets <name>$Path (macro) to <path> un-
  68. |                                       GSTransed
  69. |
  70. | Here are some example paths that might be useful:
  71. | Set CLib$Dir ADFS::HardDisc.$.CLib
  72. | PathMacro CLib <CLib$Dir>.
  73. | Path BASIC ADFS::MyDisc.$.BasicLib.
  74. |
  75. Path BootResources Boot:RO360Hook.Res.,Boot:RO350Hook.Res.,Boot:RO310Hook.Res.,<BootResources$Dir>.
  76. |End
  77.  
  78. |Start Acorn !Boot 0.26 Options
  79. | -------------------
  80. |
  81. |       Options
  82. |
  83. | -------------------
  84. |
  85. | Add/change options here. This is for options which don't have other places
  86. | to be set up.
  87. |
  88. | Here are some example options which might be useful:
  89. | Set NFS$TruncateLength 999999
  90. | Set Copy$Options "A ~C ~D F N L ~P Q R ~S ~T ~V"
  91. |
  92. IfThere Boot:Utils.BandLimit Then Run Boot:Utils.BandLimit
  93. |End
  94.  
  95. |Start Acorn !Boot 0.26 ResApps
  96. | -------------------
  97. |
  98. |       ResApps
  99. |
  100. | -------------------
  101. |
  102. | More applications to appear in Resources can be added here.
  103. |
  104. IfThere Boot:^.Apps then /AddApp Boot:^.Apps.!*
  105. IfThere Boot:RO360Hook.Apps Then /AddApp Boot:RO360Hook.Apps.!*
  106. IfThere Boot:^.Printing.!Printers Then /AddApp Boot:^.Printing.!Printers
  107. |End
  108.  
  109. |Start Acorn !Boot 0.26 Miscellaneous options
  110. | -------------------
  111. |
  112. |       Misc
  113. |
  114. | -------------------
  115. |
  116. | Put other things which need setting up here.
  117. |
  118. |End
  119.